To use:
   $ java -cp .:iText-2.1.2u.jar PdfHeader.java <pdf filepath> <header text> 
	           [<vertical position> = 798]

<header text> may contain \n.  \n will be interpreted as a line break.  There is
no way to insert a literal \n character sequence.  If someone really wants this
I'll add it.  